Adwaita: fix column-header backdrop state
authorLapo Calamandrei <calamandrei@gmail.com>
Mon, 16 Jun 2014 15:07:27 +0000 (17:07 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Mon, 16 Jun 2014 15:07:27 +0000 (17:07 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index d382b095637bc8ae191587cde6dc80019c54ce25..d92d70e6148910e4b5668a62d2423e33c5fd7f5c 100644 (file)
@@ -684,6 +684,8 @@ column-header {
   }
   &:backdrop {
     border-color: $backdrop_bg_color;
+    border-width: 0 1px 1px 0;
+    color: mix($backdrop_fg_color, $backdrop_bg_color,50%);
     background-image: none;
     &:insensitive {
       border-color: $backdrop_bg_color;
index bd2e573966e6d87747a5424d9b36d41b663b886e..8090cd26ba9f21bbc75d8bbfdb27c6f3445c3d98 100644 (file)
@@ -867,6 +867,8 @@ column-header .button, column-header .button:hover, column-header .button:active
     background-image: none; }
   column-header .button:backdrop {
     border-color: #393f3f;
+    border-width: 0 1px 1px 0;
+    color: #818584;
     background-image: none; }
     column-header .button:backdrop:insensitive {
       border-color: #393f3f;
index 3e5c8ba05b5128dd693d36a7754abe082d2b7320..ab3fe600bf881999566d7f78586f9924ddcfd9e9 100644 (file)
@@ -867,6 +867,8 @@ column-header .button, column-header .button:hover, column-header .button:active
     background-image: none; }
   column-header .button:backdrop {
     border-color: #ededed;
+    border-width: 0 1px 1px 0;
+    color: #a0a3a3;
     background-image: none; }
     column-header .button:backdrop:insensitive {
       border-color: #ededed;